home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / mmenu.dir / Internal_59.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  837 b   |  34 lines

  1. on menuroll
  2.   if rollOver(43) then
  3.     set the visible of sprite 43 to 1
  4.     set the memberNum of sprite 23 to 141
  5.   else
  6.     set the visible of sprite 43 to 0
  7.   end if
  8.   if rollOver(44) then
  9.     set the visible of sprite 44 to 1
  10.     set the memberNum of sprite 23 to 141
  11.   else
  12.     set the visible of sprite 44 to 0
  13.   end if
  14.   if rollOver(45) then
  15.     set the visible of sprite 45 to 1
  16.     set the memberNum of sprite 23 to 141
  17.   else
  18.     set the visible of sprite 45 to 0
  19.   end if
  20.   if rollOver(46) then
  21.     set the visible of sprite 46 to 1
  22.     set the memberNum of sprite 23 to 141
  23.   else
  24.     set the visible of sprite 46 to 0
  25.   end if
  26.   if rollOver(47) then
  27.     set the visible of sprite 47 to 1
  28.     set the memberNum of sprite 23 to 141
  29.   else
  30.     set the visible of sprite 47 to 0
  31.   end if
  32.   set the visible of sprite 48 to 0
  33. end
  34.